/* footer subscription form  */
.hbspt-form {
    float: left;
    width: 100%;
    clear: both;
    padding: 15px 0 15px;
    position: relative;
}
footer.content-info{
    min-height: 237px;
    padding: 30px 0;
}
.hbspt-form .hs-form {
    background-color: #000;
    float: left;
    width: 100%;
}
.hbspt-form .hs-form{
    margin-bottom:-22px;
}
footer .footer-links {
    clear: both;
}
.hbspt-form .form-columns-1 {
    float: left;
    width: calc(100% - 100px );
}
.hbspt-form .hs_email>label {
    margin: 0;
    padding-bottom: 6px;
}
.hbspt-form .hs_email>label>span {
    font-size: 14px;
    color: #76BD43;
    font-weight: 600;
    padding-bottom: 6px;
}
.hbspt-form .hs_submit {
    float: left;
    width: 95px;
}
.hbspt-form .form-columns-1 .input .hs-input {
    width: 100%;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
    color: #000 !important;
    padding: 0 6px;
    font-weight: 700;
    border: none !important;
}
.hbspt-form  .hs-error-msgs label {
    font-size: 12px;
    color: #ff0000;
    font-weight: 600;
    margin: 0;
}
.hbspt-form  ul.hs-error-msgs {
    position: absolute;
    bottom: -16px;
}
.hbspt-form  ul.hs-error-msgs li{
  margin: 0;
}
.hbspt-form .hs_submit input.hs-button.primary.large {
    background-color: #76bd43;
    border: none;
    color: #fff;
    min-width: 94px;
    line-height: 25px;
    margin-top: 31px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 0;
    height: 25px;
    padding: 0;
}
.hbspt-form .hs_submit input.hs-button.primary.large:hover{
    background-color:#59a721;
    -webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

@media (max-width: 990px) {
	.hbspt-form .hs_submit input.hs-button.primary.large{
		/* margin-top: 55px; */
	}
}
.content3 h2{
    float: right;
    width: 77%;
}
@media (max-width: 767px) {
	/*footer .footer-copyright .textwidget br {
		display: none;
	}*/
	.hbspt-form {
		padding: 15px 10% 15px;
		margin-bottom: 30px;
	}
	.hbspt-form .hs_submit input.hs-button.primary.large{
		margin-top: 31px;
	}
    .content3 h2{
        float: right;
        width: 100%;
    }
}

@media (max-width: 520px) {
	.hbspt-form .form-columns-1 {
		width: 100%;
	}
	.hbspt-form .hs_submit {
		width: calc(100% - 8px);
	}
	.hbspt-form .hs_submit input.hs-button.primary.large{
		margin-top: 10px;
		display: block;
		width: 100%;
	}
	.hbspt-form ul.hs-error-msgs {
		position: static;
		bottom: 0;
		margin: 0;
	}
	.hbspt-form {
		padding: 15px 0 15px;
	}

}

.content5__body .btn-primary{
    margin-bottom:100px;
}
/*.content4{
    height:500px!important;
}
.content4 .fp-tableCell{
    height:500px!important;
}*/

/*.content4 h2{
    padding:0!important;
}*/
